home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / System / CGX3upd / changes.txt < prev    next >
Encoding:
Text File  |  1999-10-06  |  21.4 KB  |  530 lines

  1. revision history for archive rev 71
  2.  
  3.  
  4. cgxsystem.library
  5. =================
  6.  
  7. Changes for 41.22
  8.  
  9. - A datatypes.library >= v44 is not patched by CyberGraphX anymore
  10. - graphics/BitmapScale() did not work properly for 24bit 3BPP CyberGraphX 
  11.   maps (e.g. corrupt graphics with Voyager 2.x/3.x on 24bit packed pixel
  12.   screens)
  13. - CyberGraphX's OpenScreenTagList() patch now passes the SA_Pens tag
  14.   to intuition even if a workbench type screen is to be opened. This
  15.   fixes the problem that ScalOs assigned system pens were ignored before.
  16. - added an additional WaitBlit() after chip->chip bitblits to avoid problems
  17.   with slow amiga blitter
  18. - fixed a "crawling ants" problem in the line drawing code if someone tried
  19.   to draw a patterned line with only one pixel length
  20. - BltBitmap[RastPort]() & ClipBlit() with minterm 0x6x (src EOR dst) now really 
  21.   do a src EOR dst operation instead of swapping src and dst bits on extended 
  22.   chunky maps. This fixes some problems with Iconian's popup gadgets on 
  23.   high/truecolour screens for example
  24. - fixed some problems with doublebuffering. ChangeVPBitMap() patch did not
  25.   clear the FASTOBTAIN driver flag (MANDATORY)
  26.  
  27. Changes for 41.21
  28.  
  29. - the patch that should speed standard wb pattern backfills is now optional.
  30.   It was added in 41.12 (r69a archive). Since it could interfere with some
  31.   hacks widely spread, it is disabled by default now. It can be enabled by
  32.   setting env:cybergraphx/WBPATSPEEDUP to 1
  33. - bumped cybergraphics.library version to 41.6
  34. - bitmaps for intuition screens are cleared again (modified in 41.20) before 
  35.   they are attached to the screen since some programs rely on that behaviour
  36.  
  37. Changes for 41.20
  38.  
  39. - bitmaps for intuition screens are not cleared anymore before they are
  40.   attached to the screen
  41. - software line drawing code should now produce the same line for every
  42.   color depth
  43. - fixed a bug in planar BltPattern() complement mode with mask 
  44.   replacement which e.g. fixes the crashes with TypeSmith's glyph
  45.   filling option
  46. - fixed bug in WriteLUTPixelArray()/cybergraphics. Format 0 now works 
  47.   properly
  48. - bumped cybergraphics.library version to 41.4
  49.  
  50. Changes for 41.19 (r70a archive)
  51.  
  52. - added support for boundary aligned CyberGraphX bitmaps (e.g. required by
  53.   Fusion)
  54. - added new feature. If the mode you selected in ScreenMode prefs is not
  55.   available when the Workbench screen is opened, CyberGraphX tries to
  56.   find a replacement mode. If wb width and height were set to default
  57.   mode dimensions, it uses a width of 640 and height of 480 by default.
  58. - fixed a bug in the BltBitmap()/graphics minterm 0xc0 planar->planar
  59.   code introduced in 41.18. blits with a width less than 32 did not work
  60.   when both source and dest x were on a 32 pixel boundary
  61. - added coordinate sanity checks to CyberGraphX's graphics.library/Draw()
  62.   function since programs like VisualPrefs seem to call it with invalid
  63.   (negative) coordinates which caused memory havoc in certain cases.
  64.  
  65.  ADDITIONAL NOTE: Some people reported that increasing stack size of the
  66.  initial shell fixes certain boot problems. Try to add a stack command
  67.  in the startup-sequence to check if it fixes anything.
  68.  Also, there seems to be mount related problem with certain drivers that
  69.  causes some systems to halt at boot time.
  70.  The c:mount command does enforcer hits when there is no tooltype set
  71.  for .info files in devs:dosdrivers. Unfortunately this can lead to a
  72.  total system deadlock in certain cases. The AHI audio driver for example
  73.  does not have ACTIVATE=(0|1) in its .info file and mounting it causes hits
  74.  in most cases.
  75.  Please fix it and check if booting the system works again without problems
  76.  in case of any trouble.
  77.  
  78. Changes for 41.18 (r70/PPC-CD archive)
  79.  
  80. - minor changes for the CGX AGA release
  81.  
  82. Changes for 41.17 (r69f archive)
  83.  
  84. - fixed a long outstanding bug in the display mode installation code for
  85.   OS 3.1. This bug could lead to loss of AGA/ECS mode monitor IDs when
  86.   multiple graphics cards were installed in the system.
  87. - cgxsystem.library.ppc now falls back into 040/060 mode if ppc.library
  88.   can not be found.
  89. - FillPixelArray()/cybergraphics does not trash register D2 anymore when
  90.   rendering to a non layered rastport
  91.  
  92.  ADDITIONAL NOTE: If you experience any problems with cgxsystem.library.ppc
  93.  please try the .040 version first to check if it solves your trouble 
  94.  before reporting any bugs.
  95.  
  96. Changes for 41.16 (r69e archive)
  97.  
  98. - changed behaviour of custom bitmap support code for OpenScreenTagList()/
  99.   intuition introduced in 41.15. This should  fix some problems with programs
  100.   like Resource or CyberView which pass a custom bitmap to OpenScreenTagList()
  101. - added CyberGraphX support for AllocScreenBuffer()/ChangeScreenBuffer()/
  102.   FreeScreenBuffer() intuition calls
  103. - GetBitMapAttr(bm,BMA_FLAGS)/graphics now sets the BMF_DISPLAYABLE flag
  104.   for CyberGraphX displayable bitmaps
  105. - fixed some problems in DrawEllipse()/graphics with overlapping pixels in
  106.   complement drawing mode
  107. - OpenScreenTagList()/intuition cleared the SA_ErrorCode long field in some
  108.   cases although the screen was not opened properly. (-> e.g. CygnusED's
  109.   Spawn new CED option never opened a new screen but a window because it
  110.   always got an errorcode of 0)
  111. - OpenScreenTagList()/intuition now uses the width/height parameters of the
  112.   NewScreen structure instead of ignoring it and using the default dimensions.
  113. - The mouse pointer should not jump around anymore if someone tries to drag a
  114.   non draggable screen (if driver has dragging disabled). Fix requires latest
  115.   drivers also
  116. - fixed an enforcer hit problem that occured in conjunction with the SysLock
  117.   utility
  118.  
  119. Changes for 41.15 (r69d archive)
  120.  
  121. - hopefully fixes the crash problems introduced in r69c
  122. - removed some debug output in the DoCDrawMethodTags()/cybergraphics call
  123.   which was in r69c/41.14
  124.  
  125. Changes for 41.14 (r69c archive)
  126.  
  127. - There is now a special ppc version of cgxsystem.library included. Please use
  128.   that if you have a ppc accelerator card.
  129. - flood fill algorithm replaced by a faster version which leads to faster icon
  130.   redrawing in certain cases
  131.  
  132.  
  133. cgxvideo.library
  134. ================
  135.  
  136. Changes for 41.12
  137.  
  138. - If no taglist was passed to AttachVLayerTagList(), the window inner
  139.   offset was never added to the video layer (e.g. fixed problem 
  140.   with WebVision up to version 2.1. The overlay always covered the
  141.   whole window)
  142.  
  143. Changes for 41.11
  144.  
  145. - Some corrections in the autodocs
  146. - UnlockVLayer() has been renamed to UnLockVLayer()
  147. - Source formats SRCFMT_RGB15 and SRCFMT_RGB16 have been renamed to
  148.   SRCFMT_RGB15PC and SRCFMT_RGB16PC, respectively. If you recompile your
  149.   code with the new includes you have to modify your sources slightly.
  150. - fixed a typo bug in the pragmas file, SetVLayerAttrTagList was spelled
  151.   SetVlayerAttrTagList there.
  152.  
  153. Changes for 41.10 (r69 archive)
  154.  
  155. - removed all CVision3D hardware dependencies. Instead it uses a generic CGX3
  156.   driver VStream API now. Make sure you have the latest drivers installed when
  157.   you use this library.
  158.  
  159. - added support for GIMMEZEROZERO windows
  160.  
  161. Changes for 41.8 (r67 archive)
  162.  
  163. - minor internal changes 
  164.  
  165. Changes for 41.7 (r64 archive)
  166.  
  167. - added new source types SRCFMT_RGB15 and SRCFMT_RGB16 to allow for rgb
  168.   color space overlays
  169.  
  170. Changes for 41.6 (r63 archive)
  171.  
  172. - added new tag VOA_UseBackFill to allow for automatic backfill of simple
  173.   refresh layers when the color keying option is used.
  174.  
  175. Changes for 41.5 (r58 archive)
  176.  
  177. - cgxvideo.library does not allow to create overlay on interlace screens
  178.   anymore
  179. - Fixed problem with wrong mousepointer colours when overlay was enabled.
  180.   This fix requires at least CVision3D driver V2.2
  181. - fixed a bug with 15/16/24 bit opaque overlays
  182. - added color keying support.
  183. - New tag VOA_UseColorKey for CreateVLayerHandleTags() call added
  184. - New tags VOA_ColorKeyPen and VOA_ColorKey for GetVLayerAttr() call
  185.   added
  186.  
  187.  
  188. cgxbootpic.library
  189. ================
  190.  
  191. Changes for 41.7 (r69 archive)
  192.  
  193. - fixed a mismatched free mem size in image decoder
  194.  
  195. Changes for 41.6 (r58 archive)
  196.  
  197. - library now correctly supports library expunge which safes some memory
  198.   after system boot.
  199.  
  200. Changes for 41.5 (r56 archive)
  201.  
  202. - initial public release
  203.  
  204.  
  205. CV64 driver
  206. ===========
  207.  
  208. Changes for 2.10 (r70a archive)
  209.  
  210. - The driver added an additional, faulty screenmode to the mode list in some
  211.   weird cases. Now fixed
  212. - Fixed an illegal memory access in the acceleration code for patterned mask
  213.   fills (e.g. used by colorwheel gadget)
  214. - If the BOOTLOGO is enabled the driver now automatically switches to Amiga
  215.   video again after the logo is displayed for 8 seconds (requires that CV64
  216.   VGA input is connected to amiga video output of course). You had to use
  217.   LAMIGA-m after 8 seconds manually before to switch to the amiga video.
  218. - added support for boundary aligned video maps in DRAGGING=OFF mode 
  219.   (e.g. required by Fusion). Requires at least cgxsystem.library 41.19
  220.  
  221. Changes for 2.9 (r69f archive)
  222.  
  223. - modified MOVE16 bitmap swap in/out code to workaround a bug in certain
  224.   040 accelerator cards.
  225. - fixed a potential race condition when an interrupt occured, the int handler
  226.   was already installed but the hardware was not initialized completely.
  227. - (YES|NO) is also accepted for the BOOTLOGO tooltype now instead of (1|0)
  228. - reenabled roxxler support. There is now an additional tooltype
  229.   USEROXXLER=(YES|NO) to disable roxxler manually. Default is enabled.
  230.  
  231. Changes for 2.8 (r69e archive)
  232.  
  233. - added os3 style doublebuffer support. Only works with dragging disabled
  234.   (tooltype DRAGGING=NO), otherwise any attempt to allocate a dbufinfo will
  235.   fail. Requires at least cgxsystem.library 41.16
  236.  
  237. Changes for 2.7 (r69c archive)
  238.  
  239. - the driver does not crash with divide by zero anymore at startup if modes
  240.   with pixelfrequencies less than 12.5 mhz or higher than 135mhz are loaded
  241.  
  242. Changes for 2.6 (r69 archive)
  243.  
  244. - added bitblit acceleration for some occasionally used minterms
  245. - added 2 new driver calls
  246. - fixed a problem in the bitmap swap code for interleaved bitmaps <= 16 cols
  247. - the memory management code now uses a first in/first out mechanism for
  248.   bitmaps
  249. - fixed a bug in the memory management code that only occured while mungwall
  250.   was running
  251. - driver recompiled with SAS/C 6.58 and global optimizer enabled
  252. - modified init code to workaround a bug of certain boards (int level is set
  253.   to 6 although it is programmed to 2 which could lead to lockups at startup).
  254. - fixed a bug in patterned masked fill acceleration code for rgb screens
  255.   that was introduced in 2.5 (fixes a problem with colorwheel on rgb screens)
  256.  
  257.  
  258.  
  259. CV3D driver
  260. ===========
  261.  
  262. Changes for 2.17 (r71 archive)
  263.  
  264. - modified driver init code to fix some problems at startup
  265. - Due to a SAS/C optimizer bug, the init code did a byte write to a 
  266.   derefenced address which is probably the reason that the latest CVision3D
  267.   driver did not work for many people.
  268.  
  269. Changes for 2.16 (r70a archive)
  270.  
  271. - The driver added an additional, faulty screenmode to the mode list in some
  272.   weird cases. Now fixed
  273. - If the BOOTLOGO is enabled the driver now automatically switches to Amiga
  274.   video again after the logo is displayed for 8 seconds (of course requires 
  275.   cv3d scandoubler output). You had to use LAMIGA-m after 8 seconds manually
  276.   before to switch to the amiga video.
  277. - added support for boundary aligned video maps in DRAGGING=OFF mode 
  278.   (e.g. required by Fusion). Requires at least cgxsystem.library 41.19
  279.  
  280. Changes for 2.15 (r69f archive)
  281.  
  282. - modified MOVE16 bitmap swap in/out code to workaround a bug in certain
  283.   040 accelerator cards
  284. - fixed a potential race condition when an interrupt occured, the int handler
  285.   was already installed but the hardware was not initialized completely.
  286. - reenables draggable screens again that were accidentally disabled in 2.14
  287.   even if tooltype DRAGGING was set to "YES"
  288. - fixed a bug in the PLL table code introduced in r67 (v2.10). display modes
  289.   that were defined with a pixelclock > 121MHz always used a maximum pixelclock
  290.   of 121MHz really
  291. - (YES|NO) is also accepted for the BOOTLOGO tooltype now instead of (1|0)
  292.  
  293. Changes for 2.14 (r69e archive)
  294.  
  295. - added os3 style doublebuffer support. Only works with dragging disabled
  296.   (tooltype DRAGGING=NO), otherwise any attempt to allocate a dbufinfo will
  297.   fail. Requires at least cgxsystem.library 41.16
  298. - Overlay in 15bit rgb modes enabled RGB16 for the primary stream. Now the
  299.   colours are correct for 15bit overlay screens
  300.  
  301. Changes for 2.13 (r69c archive)
  302.  
  303. - added new tooltype called MULTIMEDIAMEM=(YES|NO) which enables/disables
  304.   the multimedia extensions like video overlay and 3d. If disabled, extension
  305.   memory is used as extra video memory for amiga bitmaps/screens.
  306.  
  307. Changes for 2.12 (r69 archive)
  308.  
  309. - added bitblit acceleration for some occasionally used minterms
  310. - added support for generic CGX3 driver video stream API. cgxvideo.library 41.10
  311.   uses the new interface.
  312. - removed an obsolete debug output that could appear with a certain interrupt
  313.   state
  314. - added 2 new driver calls
  315. - fixed a problem in the bitmap swap code for interleaved bitmaps <= 16 cols
  316. - The version string of the driver now gives info on the zorro version it
  317.   is compiled for instead of the cpu version
  318. - the memory management code now uses a first in/first out mechanism for
  319.   bitmaps
  320. - fixed a bug in the memory management code that only occured while mungwall
  321.   was running
  322. - driver recompiled with SAS/C 6.58 and global optimizer enabled (only for Z3
  323.   version)
  324.  
  325.  
  326. Cirrus Logic drivers
  327. ====================
  328.  
  329. Cirrus 2.8 (r70b archive)
  330.  
  331. - hardware crsr y position is set properly now for non interlaced vertical
  332.   resolutions >= 1024
  333. - Due to a bug in the PLL Pixelclock table, PiccoSD64, PicassoIV and
  334.   and Inferno never used a pixel clock > 100 Mhz
  335. - unfortunately maximum pixelclock for PicassoIV and Inferno was limited to
  336.   90MHz in 8Bit modes due to a driver bug, it now goes up to 135MHz again
  337. - The PiccoSD64, PicassoIV and Inferno driver now properly uses double clock
  338.   mode when an 8bit mode with a pixelclock > 85 Mhz is selected
  339.  
  340. Cirrus 2.7 (r70a archive)
  341.  
  342. - The driver added an additional, faulty screenmode to the mode list in some
  343.   weird cases. Now fixed
  344. - added support for boundary aligned video maps in DRAGGING=OFF mode 
  345.   (e.g. required by Fusion). Requires at least cgxsystem.library 41.19
  346. - The PicassoIV driver does not try to enable the flickerfixer anymore
  347.   if the tooltype PASSTHROUGH is set to NO
  348.  
  349. Cirrus 2.6 (r69f archive)
  350.  
  351. - modified MOVE16 bitmap swap in/out code to workaround a bug in certain
  352.   040 accelerator cards.
  353. - reenabled DPMS support functionality for PicassoII,Spectrum,PiccoloZ2/Z3
  354.   cards egain
  355. - PiccoSD64/Piccolo 15/16bit<->8bit format conversions were incorrect for
  356.   dragged screens. Fixed
  357. - (YES|NO) is also accepted for the BOOTLOGO tooltype now instead of (1|0)
  358. - fixed some PIV flickerfixer related problems
  359.  
  360. ADDITIONAL NOTE: Starting with r69e, a PicassoIV driver is included although
  361. it was originally planned to be released with the r70 archive. This driver
  362. is not 100% in some respects although it should work ok for most stuff. It
  363. has been included to show that this driver is neither a hoax, nor that it is
  364. "phase5 tactics" to delay the driver and release r69a-zz archives until r70
  365. is out. Keep in mind that CGX3 is a freebie and so is the PIV driver.
  366. Development of the driver has been and is actually in no way supported by
  367. VillageTronic. If you don't feel comfortable with the driver, don't use it.
  368. Bug reports are appreciated nevertheless.
  369.  
  370. KNOWN PROBLEMS: With CGX3, some PicassoII users reported strange "fuzzy" pixel
  371. problems when displaying fonts on 15/16 bit screens. Since this only happens
  372. on certain cards, its very hard to reproduce and to track down. We hope to
  373. fix it in a future release.
  374.  
  375. Cirrus 2.5 (r69e archive)
  376.  
  377. - added os3 style doublebuffer support. Only works with dragging disabled
  378.   (tooltype DRAGGING=NO), otherwise any attempt to allocate a dbufinfo will
  379.   fail. Requires at least cgxsystem.library 41.16
  380. - added real vblank int support for PicassoIV (needs at least p4resource v2)
  381. - bootlogo should show up now if enabled for Spectrum/PicassoII(+)/Piccolo
  382.   cards
  383. - PASSTHROUGH tooltype now works for Spectrum/PicassoII(+)/Piccolo cards
  384. - hopefully fixed remaining masking problems for template blits in 8bit
  385.   modes with PicassoII(+)/Spectrum/Piccolo cards (e.g. FinalWriter toolbar
  386.   was displayed wrong in 2-128 colours)
  387.  
  388. Cirrus 2.4 (r69 archive)
  389.  
  390. - init code now correctly initializes the DrvrName field in the GraphDev
  391.   structure
  392. - vga switch did not switch into passthrough mode when control was given
  393.   over to another graphics card installed into the system. Now fixed.
  394. - disabled DPMS functionality for PicassoII,Spectrum,Piccolo Z2/Z3 because
  395.   this cards don't support DPMS really.
  396. - fixed 24bit modes software cursor invisible bug when screen dragging was
  397.   disabled
  398. - 24bit modes for Cirrus GD5446 cards work now. It seems that the 32bit
  399.   Mac alike modes don't work due to a Cirrus hardware bug.
  400. - The CGXMode hidden mode flag is now supported by the driver
  401. - added 2 new driver calls
  402. - fixed a problem in the dragging code
  403. - added DRAGGING=(YES|NO) tooltype
  404. - the display is blanked now if a new view is loaded
  405. - added PicassoIV support
  406.  
  407. ADDITIONAL NOTE: Beginning with the PicassoII driver in release 68 people
  408.  reported strange problems. Some people had distorted fonts in 16bit, some
  409.  only had 2/3 of the screen displayed horizontally and some missed complete
  410.  menu strips. Actually only a few people reported that, so we assume that
  411.  it only happens with certain PicassoII cards. As we don't know how to fix
  412.  that problem (it works fine with the PicassoII we have) we need your help.
  413.  If you experience such problems, please mail some more detailed information
  414.  (PicassoII board revision, chip id revision, os version, resolution used
  415.   etc.) to cybergfx.bugs@vgr.com so that the problem can hopefully be fixed
  416.  in a forthcoming release.
  417.  
  418.  
  419. Symbios Logic drivers
  420. =====================
  421.  
  422. TYPE can't open RetinaZ3Driver/Changes.txt
  423. Objekt nicht gefunden
  424.  
  425.  
  426. AA driver
  427. =========
  428.  
  429. CGXAGA 2.3 (r70a)
  430.  
  431. - driver now properly checks for a CS PPC/Blizzard PPC card
  432.  
  433. CGXAGA 2.2 (r70/PPC-CD archive)
  434.  
  435. - initial release
  436.  
  437.  
  438. CGXMode
  439. =======
  440.  
  441. Changes for 2.9 (r71 archive)
  442.  
  443. - added some more modes to the default display mode list
  444.  
  445. Changes for 2.8
  446.  
  447. - fixed a bug in the display of the hfreq in the main window. leading zeros
  448.   in the fractional part were not displayed
  449. - pixel clock settings are more precise now
  450. - added "+" and "-" keys to change pixel clock in 10khz steps
  451. - the pixel clock setting can now be modified on the test screen, too.
  452. - the scanmode can now be changed on the test screen, too.
  453. - fixed an enforcer hit that was caused when clicking around on the main
  454.   window due to an unterminated taglist
  455. - You can now select from a list of default display modes in the edit window
  456. - CGXMode now gets the maximum pixelclock settings from the CyberGraphX 
  457.   card driver. Requires latest card drivers
  458. - The ADVANCED tooltype/shell argument does not affect the maximum pixelclock
  459.   settings anymore. There are special tooltypes for the CyberGraphX card
  460.   drivers now. Requires latest card drivers
  461. - modified the maximum vertical frequency for default 57 and 64khz monitors
  462.   from 70hz to 90hz
  463. - changed the minimum horizontal pulse length for all default monitors from 
  464.   1.2µs to 1.0µs
  465. - changed the minimum horizontal sync length for all default monitors from 
  466.   4.0µs to 2.4µs
  467. - changed the minimum vertical sync length for all default monitors from 
  468.   1.0ms to 0.5ms
  469. - Reworked the code that checked the vertical/horizontal sync values. The code
  470.   that checked the vertical values was completely messed up.
  471. - added some VESA® modes to the list of default display modes
  472.  
  473. Changes for 2.7 (r70a archive)
  474.  
  475. - fixed an enforcer hit when CGXMode was started from Workbench and no gfxcard
  476.   driver was available at all (e.g. started with CGXAGA driver installed only)
  477.  
  478. Changes for 2.6 (r69f archive)
  479.  
  480. - board list now shows all available cards
  481. - bumped catalog version to 8, old catalogs need to be updated
  482. - save does not quit anymore, there is an extra quit button now
  483. - CGXMode now properly opens the testmode screen when no gfxcard was specified
  484.   at startup in the shell command line (only fixed for wb start in 2.5 but not 
  485.   for shell start)
  486.  
  487. Changes for 2.5 (r69d archive)
  488.  
  489. - CGXMode now properly opens the testmode screen when no gfxcard was specified
  490.   at startup
  491.  
  492. Changes for 2.4 (r69 archive)
  493.  
  494. - The program uses cgxsystem.library's driver database interface now to
  495.   check for the availability of a specified graphics card.
  496. - CGXMode uses the first graphics card installed now as default instead of
  497.   CyberVision64
  498. - recompiled with SAS/C 6.58
  499. - if the changes require a reboot, the program tells you to reboot manually
  500.   now instead of doing a reboot automatically after 4 seconds 
  501. - added 85khz monitor default resolutions to menu
  502. - default resolutions are not hidden by default anymore
  503. - bumped catalog version to 7, old catalogs need to be updated
  504. - modified test mode mechanism. Does not rely on file notification anymore but
  505.   uses a direct driver interface now. Requires the latest monitor drivers and
  506.   cgxsystem.library to be installed
  507. - added PicassoIV graphics card to list of supported cards.
  508.  
  509. Changes for 2.3 (r66 archive)
  510.  
  511. - added Inferno graphics card for DKB Wildfire to list of supported cards.
  512.  
  513. Changes for 2.1 (r55 archive)
  514.  
  515. - added cgxmode.ct and cgxmode.cd to distribution for people who want to do their
  516.   own locale translations
  517. - the "modes are gone after reboot problem" is hopefully gone now
  518. - the hidden status of modes is now displayed in the info box in the main window
  519. - default name for PicassoII card is now "PicassoII" instead of "Picasso"
  520. - changed test image design on test screen
  521.  
  522.  
  523. Tools
  524. =====
  525.  
  526. Changes for showcgxconfig 41.0
  527.  
  528. - Initial release. Tool to list all available graphics devices installed.
  529.   Needs at least cgxsystem.library 41.8
  530.